Skip to main content
Version: v1.2.1

luci_grpc_interface

summary:

This is the primary package used in the SDK. This package also allows for the bidirectional transfer of information between LUCI and the ROS ecosystem. This package's node allows for you to read sensor data as well as send remote joystick commands to the system.

This package points at a LUCI gRPC server and operates on a multi-threaded approach which will grab all specified LUCI sensor streams then pass them through a message type conversion and then publish them on ROS topics.

You are likely to always use this node if using the LUCI SDK.

PackageNode
luci_grpc_interfaceluci_grpc_interface_node
Currently ImplementedTopicsSubscription / PublishMessage TypeDescription
yesluci/remote_joysticksubscriptionluci_messages::msg::LuciJoystickRemote joystick values used to drive the chair (FB: xxx, LR: xxx). Value Range: [-100, 100]
yesluci/drive_modesubscriptionluci_messages::msg::LuciDriveModeMode of chair for drive controls (USER = user drives with joystick, ENGAGED = remote command drive the chair if user is holding joystick forward, AUTO = remote commands drive chair no matter what user is doing)
yesluci/joystick_positionpublisherluci_messages::msg::LuciJoystickJoystick values of the chair (FB:xxx, LR: xxx)
noluci/chair_velocitypublishergeometry_msgs::msg::TwistLinear and angular velocity of the chair according to onboard AHRS Note: “linear velocity” will be speed not velocity
coming soonluci/all_sensor_pointspublishersensor_msgs::msg::PointCloud2Full pointcloud (All LUCI sensors)
partiallyluci/odompublishernav_msgs::msg::OdometryAHRS odom reading
yesluci/ultrasonic_pointspublishersensor_msgs::msg::PointCloud2Ultrasonic pointcloud
yesluci/radar_pointspublishersensor_msgs::msg::PointCloud2Radar pointcloud
yesluci/camera_pointspublishersensor_msgs::msg::PointCloud2Camera poincloud
yesluci/scalingpublisherluci_messages::msg::LuciScalingScaling percentage of each zone LUCI sees (100% => full ability to drive)
yesluci/joystick_scalingpublisherluci_messages::msg::LuciJoystickScaled Joystick values of the chair (FB:xxx, LR: xxx)
noluci/ir_left_camerapublishersensor_msgs::msg::ImageLeft camera’s IR frame
noluci/ir_right_camerapublishersensor_msgs::msg::ImageRight camera’s IR frame
noluci/ir_back_camerapublishersensor_msgs::msg::ImageBack camera’s IR frame